home *** CD-ROM | disk | FTP | other *** search
- MySubclass = {
- SUPERCLASS = Object;
- };
- FireflyView = {
- ACTIONS = {
- inspector:;
- setIsBoring:;
- setFireflyColor:;
- resetSettings:;
- setBackgroundColor:;
- setFireflyCount:;
- openReadme:;
- };
- OUTLETS = {
- isBoringSwitch;
- sharedInspectorPanel;
- backgroundColorWell;
- fireflyColorWell;
- fireflyCountField;
- };
- SUPERCLASS = View;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- FireflyGroup = {
- ACTIONS = {
- };
- OUTLETS = {
- };
- SUPERCLASS = Object;
- };
-